Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: tx carrying multiple bundles doesn't split cost correctly #184

Merged
merged 8 commits into from
Jan 10, 2025

Conversation

segfault-magnet
Copy link
Contributor

@segfault-magnet segfault-magnet commented Jan 10, 2025

closes: #183
codeveloped with: @hal3e

If a tx carries blobs that make up different bundles, the total cost is given to the first bundle even though it only contributed a part of the total data.

This PR proportionally splits up the cost to all bundles that have their blobs in the tx.

@segfault-magnet segfault-magnet merged commit bda8fb4 into master Jan 10, 2025
13 checks passed
@segfault-magnet segfault-magnet deleted the bug/cost_of_mutiple_bundles_in_one_tx branch January 10, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

holes in bundle costs
5 participants